DomainConfigurationIsConfigurationType Property |
Is Configuration Type - This is an indication that this resource is a configuration resource.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<bool> IsConfigurationType { get; set; }
Public Property IsConfigurationType As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> IsConfigurationType {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsConfigurationType : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also