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