| MOVEitUserInfoHomeFolderPath Property | 
            This user's home folder path.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic string HomeFolderPath { get; }Public ReadOnly Property HomeFolderPath As String
	Get
public:
property String^ HomeFolderPath {
	String^ get ();
}Property Value
Type: 
String Remarks
Remarks
            Will be blank if user does not have a home folder.
            
 See Also
See Also