IFsrmFileScreen.UserAccount Property
Retrieves the account name of the user whose files will be screened.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string UserAccount { get; }
property String^ UserAccount {
String^ get();
}
abstract UserAccount : string with get
ReadOnly Property UserAccount As String
Property Value
Type: System.String
The account name of the user whose files will be screened.
See Also
IFsrmFileScreen Interface
Microsoft.Storage Namespace
Return to top