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