IFsrmStorageModuleDefinition.Company Property
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