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