msidmPamRolemsidmPamRoleAvailableFrom Property |
Available From - Represents the lower 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> msidmPamRoleAvailableFrom { get; set; }
Public Property msidmPamRoleAvailableFrom As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> msidmPamRoleAvailableFrom {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member msidmPamRoleAvailableFrom : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also