FunctionDefinitionId Property (MDFunctionTemplatePosition)
In This Topic
The id of the function definition set to the function template
Syntax
public short FunctionDefinitionId {get; set;}
public:
property short FunctionDefinitionId {
short get();
void set ( short value);
}
See Also