ManagedPropertyAttributeMetadata Constructors

Definition

Overloads

ManagedPropertyAttributeMetadata()

Initializes a new instance of the ManagedPropertyAttributeMetadata class

ManagedPropertyAttributeMetadata(String)

Initializes a new instance of the ManagedPropertyAttributeMetadata class

ManagedPropertyAttributeMetadata()

Initializes a new instance of the ManagedPropertyAttributeMetadata class

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

Applies to

ManagedPropertyAttributeMetadata(String)

Initializes a new instance of the ManagedPropertyAttributeMetadata class

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

Parameters

schemaName
String

For internal use only.

Applies to