AttributeMetadata Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.