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