IFsrmPipelineModuleDefinition.Company Property

 

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