EntityNameAttributeMetadata Constructors

Definition

Overloads

EntityNameAttributeMetadata()

Initializes a new instance of the EntityNameAttributeMetadata class

EntityNameAttributeMetadata(String)

Initializes a new instance of the EntityNameAttributeMetadata class

EntityNameAttributeMetadata()

Initializes a new instance of the EntityNameAttributeMetadata class

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

Applies to

EntityNameAttributeMetadata(String)

Initializes a new instance of the EntityNameAttributeMetadata class

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

Parameters

schemaName
String

The schema name of the attribute.

Applies to