CompartmentMapping.CompartmentId Property
Gets or sets the Compartment identifier.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.