msidmPamRolemsidmPamRoleAvailableTo Property |
Available To - Represents the upper bound of the availability time window of a PAM role.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<DateTime> msidmPamRoleAvailableTo { get; set; }
Public Property msidmPamRoleAvailableTo As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> msidmPamRoleAvailableTo {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member msidmPamRoleAvailableTo : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also