ElementClass.IdentifierGroup Property
Gets the IdentifierGroup to which this element class belongs.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property IdentifierGroup As IdentifierGroup
'Usage
Dim instance As ElementClass
Dim value As IdentifierGroup
value = instance.IdentifierGroup
public IdentifierGroup IdentifierGroup { get; }
public:
property IdentifierGroup^ IdentifierGroup {
IdentifierGroup^ get ();
}
public function get IdentifierGroup () : IdentifierGroup
Property Value
Type: Microsoft.Data.Schema.SchemaModel.IdentifierGroup
.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.