Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the domain property kind for the target domain property.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property Kind As DomainPropertyKind
'Usage
Dim instance As DomainPropertyAttribute
Dim value As DomainPropertyKind
value = instance.Kind
instance.Kind = value
public DomainPropertyKind Kind { get; set; }
public:
property DomainPropertyKind Kind {
DomainPropertyKind get ();
void set (DomainPropertyKind value);
}
public function get Kind () : DomainPropertyKind
public function set Kind (value : DomainPropertyKind)
Property Value
Type: Microsoft.VisualStudio.Modeling.DomainPropertyKind
A DomainPropertyKind object.
.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.