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.
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
Returns a String containing the name of the company that created the module. The name is limited to 50 characters.
See Also
IFsrmPipelineModuleDefinition Interface
Microsoft.Storage Namespace
Return to top