EnumAttributeMetadata Constructor (AttributeTypeCode, String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the EnumAttributeMetadata class.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected EnumAttributeMetadata(
AttributeTypeCode attributeType,
string schemaName
)
protected:
EnumAttributeMetadata(
AttributeTypeCode attributeType,
String^ schemaName
)
new :
attributeType:AttributeTypeCode *
schemaName:string -> EnumAttributeMetadata
Protected Sub New (
attributeType As AttributeTypeCode,
schemaName As String
)
Parameters
attributeType
Type: Microsoft.Xrm.Sdk.Metadata.AttributeTypeCodeType: AttributeTypeCode The attribute type code.
schemaName
Type: System.StringType: String The schema name for the attribute.
See Also
EnumAttributeMetadata Overload
EnumAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright