msidmSystemConfigurationIsConfigurationType Property |
Is Configuration Type - This value specified whether or not the resource is a configuration resource.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic bool IsConfigurationType { get; set; }
Public Property IsConfigurationType As Boolean
Get
Set
public:
property bool IsConfigurationType {
bool get ();
void set (bool value);
}
member IsConfigurationType : bool with get, set
Property Value
Type:
Boolean
See Also