IntegerAttributeMetadata Constructors

Definition

Overloads

IntegerAttributeMetadata()

Initializes a new instance of the IntegerAttributeMetadata class

IntegerAttributeMetadata(String)

Initializes a new instance of the IntegerAttributeMetadata class

IntegerAttributeMetadata()

Initializes a new instance of the IntegerAttributeMetadata class

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

Applies to

IntegerAttributeMetadata(String)

Initializes a new instance of the IntegerAttributeMetadata class

public:
 IntegerAttributeMetadata(System::String ^ schemaName);
public IntegerAttributeMetadata (string schemaName);
new Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata : string -> Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata
Public Sub New (schemaName As String)

Parameters

schemaName
String

The schema name for the attribute.

Applies to