EntityNameAttributeMetadata 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
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.