public bool IsNamePart {get;}
public: property bool IsNamePart { bool get(); }
true : Property is name part
false : Property is not name part
Function function; //a valid function object bool b = function.Properties.FUNC_COUNTER.Definition.IsNamePart;
PropertyDefinition Class PropertyDefinition Members