iControl.ManagementUserManagement.get_home_partition C# (CSharp) Method

get_home_partition() private method

private get_home_partition ( string user_names ) : string[]
user_names string
return string[]
        public string[] get_home_partition(
		string [] user_names
	)
        {
            object [] results = this.Invoke("get_home_partition", new object [] {
                user_names});
            return ((string [])(results[0]));
        }
ManagementUserManagement