Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SID of the owner of the file.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string OwnerSid { get; }
property String^ OwnerSid {
String^ get();
}
abstract OwnerSid : string with get
ReadOnly Property OwnerSid As String
Property Value
Type: System.String
Returns a String the SID, in string form, of the owner of the file.
See Also
IFsrmPropertyBag Interface
Microsoft.Storage Namespace
Return to top