LookupAttributeMetadata 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
LookupAttributeMetadata() |
Initializes a new instance of the LookupAttributeMetadata class |
LookupAttributeMetadata(Nullable<LookupFormat>) |
LookupAttributeMetadata()
Initializes a new instance of the LookupAttributeMetadata class
public:
LookupAttributeMetadata();
public LookupAttributeMetadata ();
Public Sub New ()
Applies to
LookupAttributeMetadata(Nullable<LookupFormat>)
public:
LookupAttributeMetadata(Nullable<Microsoft::Xrm::Sdk::Metadata::LookupFormat> format);
public LookupAttributeMetadata (Microsoft.Xrm.Sdk.Metadata.LookupFormat? format);
new Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata : Nullable<Microsoft.Xrm.Sdk.Metadata.LookupFormat> -> Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata
Public Sub New (format As Nullable(Of LookupFormat))
Parameters
- format
- Nullable<LookupFormat>