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