IFsrmPropertyBag.OwnerSid Property
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