LookupAttributeMetadata Constructors

Definition

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

Applies to