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 public string HomeFolderPath { get; }
Public ReadOnly Property HomeFolderPath As String
Get
public:
property String^ HomeFolderPath {
String^ get ();
}
Property Value
Type:
StringRemarks
Will be blank if user does not have a home folder.
See Also