IFsrmFileScreen.UserSid Property

 

Retrieves The SID of the user whose files will be screened.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string UserSid { get; }
property String^ UserSid {
    String^ get();
}
abstract UserSid : string with get
ReadOnly Property UserSid As String

Property Value

Type: System.String

The SID of the user whose files will be screened.

See Also

IFsrmFileScreen Interface
Microsoft.Storage Namespace

Return to top