MOVEitUserInfoExpirationPolicyName Property |
The name of the expiration policy assigned to this user.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string ExpirationPolicyName { get; }
Public ReadOnly Property ExpirationPolicyName As String
Get
public:
property String^ ExpirationPolicyName {
String^ get ();
}
Property Value
Type:
StringRemarks Value will be a blank string if no expiration policy is assigned.
See Also