Share via


AttributeMetadata Constructors

Definition

Overloads

AttributeMetadata()

Initializes a new instance of the AttributeMetadata class.

AttributeMetadata(AttributeTypeCode)

Initializes a new instance of the AttributeMetadata class.

AttributeMetadata(AttributeTypeCode, String)

Initializes a new instance of the AttributeMetadata class.

AttributeMetadata()

Initializes a new instance of the AttributeMetadata class.

public:
 AttributeMetadata();
public AttributeMetadata ();
Public Sub New ()

Applies to

AttributeMetadata(AttributeTypeCode)

Initializes a new instance of the AttributeMetadata class.

protected:
 AttributeMetadata(Microsoft::Xrm::Sdk::Metadata::AttributeTypeCode attributeType);
protected AttributeMetadata (Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode attributeType);
new Microsoft.Xrm.Sdk.Metadata.AttributeMetadata : Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode -> Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Protected Sub New (attributeType As AttributeTypeCode)

Parameters

attributeType
AttributeTypeCode

Sets the type for the attribute.

Applies to

AttributeMetadata(AttributeTypeCode, String)

Initializes a new instance of the AttributeMetadata class.

protected:
 AttributeMetadata(Microsoft::Xrm::Sdk::Metadata::AttributeTypeCode attributeType, System::String ^ schemaName);
protected AttributeMetadata (Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode attributeType, string schemaName);
new Microsoft.Xrm.Sdk.Metadata.AttributeMetadata : Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode * string -> Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Protected Sub New (attributeType As AttributeTypeCode, schemaName As String)

Parameters

attributeType
AttributeTypeCode

Sets the type for the attribute.

schemaName
String

Sets the schema name of the attribute.

Applies to