ClrAttribute.DomainRole Property
Gets or sets DomainRole.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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
- 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.