FileStatusProperties.Owner Property

 

Optional. Gets or sets the user who is the owner.

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

public string Owner { get; set; }
public:
property String^ Owner {
    String^ get();
    void set(String^ value);
}
member Owner : string with get, set
Public Property Owner As String

Property Value

Type: System.String

See Also

FileStatusProperties Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace

Return to top