IFsrmPipelineModuleConnector.HostingUserAccount Property
Retrieves the user account under which the module runs.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string HostingUserAccount { get; }
property String^ HostingUserAccount {
String^ get();
}
abstract HostingUserAccount : string with get
ReadOnly Property HostingUserAccount As String
Property Value
Type: System.String
A String containing the user account under which the module runs.
Remarks
This property supports the infrastructure and is not intended to be used directly from your code.
See Also
FsrmPipelineModuleConnector
IFsrmPipelineModuleConnector Interface
Microsoft.Storage Namespace
Return to top