ConfigurationDomainSchema Property |
The domains schema or schema source definition, if any.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic SchemaOrSource Schema { get; set; }
Public Property Schema As SchemaOrSource
Get
Set
public:
property SchemaOrSource^ Schema {
SchemaOrSource^ get ();
void set (SchemaOrSource^ value);
}
Property Value
Type:
SchemaOrSource
See Also