Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the name of the company that created the classification or storage module.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Company { get; set; }
property String^ Company {
String^ get();
void set(String^ value);
}
abstract Company : string with get, set
Property Company As String
Property Value
Type: System.String
The name of the company that created the classification or storage module.
Implements
IFsrmPipelineModuleDefinition.Company
See Also
IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace
Return to top