GroupmsidmPamUsesSIDHistory Property |
Uses SID history - Indicates if the PAM Group uses SID history.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<bool> msidmPamUsesSIDHistory { get; set; }
Public Property msidmPamUsesSIDHistory As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> msidmPamUsesSIDHistory {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member msidmPamUsesSIDHistory : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also