CompartmentMapping.CompartmentId Property

Gets or sets the Compartment identifier.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Property CompartmentId As String
public string CompartmentId { get; set; }
public:
property String^ CompartmentId {
    String^ get ();
    void set (String^ value);
}
member CompartmentId : string with get, set
function get CompartmentId () : String
function set CompartmentId (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CompartmentMapping Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace