JsonConfEditorAttributeUsesAdapter Property |
Used in conjunction with an editor that is tagged as "IsAdapter = True".
Members where the UsesAdapter = True / The items editor has IsAdapter = True
are piped through the adapter for updates.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool UsesAdapter { get; set; }
Public Property UsesAdapter As Boolean
Get
Set
public:
property bool UsesAdapter {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also