JsonConfEditorAttributeValueMember Property |
If a simple value can be directly cast to this type,
this is the member of the type that the value will be set to.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string ValueMember { get; set; }
Public Property ValueMember As String
Get
Set
public:
property String^ ValueMember {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also