StringAttributeMetadata Constructors

Definition

Overloads

StringAttributeMetadata()

Initializes a new instance of the StringAttributeMetadata class

StringAttributeMetadata(String)

Initializes a new instance of the StringAttributeMetadata class

StringAttributeMetadata()

Initializes a new instance of the StringAttributeMetadata class

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

Applies to

StringAttributeMetadata(String)

Initializes a new instance of the StringAttributeMetadata class

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

Parameters

schemaName
String

The schema name of the attribute to create.

Applies to