MFPropertyDefAttributeObjectTypeMember Property |
Alternative for ObjectType=, used only with class type objects.
Name of the class member containing the reference value of ObjectType.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string ObjectTypeMember { get; set; }
Public Property ObjectTypeMember As String
Get
Set
public:
property String^ ObjectTypeMember {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also