| 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
Syntaxpublic string ExpirationPolicyName { get; }Public ReadOnly Property ExpirationPolicyName As String
	Get
public:
property String^ ExpirationPolicyName {
	String^ get ();
}Property Value
Type: 
String Remarks
RemarksValue will be a blank string if no expiration policy is assigned.
 See Also
See Also