Udostępnij za pośrednictwem


ClrAttribute.DomainRole Property

Gets or sets DomainRole.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole

.NET Framework Security

See Also

Reference

ClrAttribute Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace