IntegerAttributeMetadata 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
IntegerAttributeMetadata() |
Initializes a new instance of the IntegerAttributeMetadata class |
IntegerAttributeMetadata(String) |
Initializes a new instance of the IntegerAttributeMetadata class |
IntegerAttributeMetadata()
Initializes a new instance of the IntegerAttributeMetadata class
public:
IntegerAttributeMetadata();
public IntegerAttributeMetadata ();
Public Sub New ()
Applies to
IntegerAttributeMetadata(String)
Initializes a new instance of the IntegerAttributeMetadata class
public:
IntegerAttributeMetadata(System::String ^ schemaName);
public IntegerAttributeMetadata (string schemaName);
new Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata : string -> Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata
Public Sub New (schemaName As String)
Parameters
- schemaName
- String
The schema name for the attribute.