ElementListCompartment.DisplayPropertyId Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property DisplayPropertyId As Guid
'Usage
Dim instance As ElementListCompartment
Dim value As Guid
value = instance.DisplayPropertyId
instance.DisplayPropertyId = value
public Guid DisplayPropertyId { get; set; }
public:
property Guid DisplayPropertyId {
Guid get ();
void set (Guid value);
}
public function get DisplayPropertyId () : Guid
public function set DisplayPropertyId (value : Guid)
Property Value
Type: System.Guid
.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.