Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the chosen display format for domain-based attribute (DBA) columns.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DisplayType As Nullable(Of DisplayType)
Get
Set
'Usage
Dim instance As EntityMembersGetCriteria
Dim value As Nullable(Of DisplayType)
value = instance.DisplayType
instance.DisplayType = value
[DataMemberAttribute]
public Nullable<DisplayType> DisplayType { get; set; }
[DataMemberAttribute]
public:
property Nullable<DisplayType> DisplayType {
Nullable<DisplayType> get ();
void set (Nullable<DisplayType> value);
}
[<DataMemberAttribute>]
member DisplayType : Nullable<DisplayType> with get, set
function get DisplayType () : Nullable<DisplayType>
function set DisplayType (value : Nullable<DisplayType>)
Property Value
Type: System.Nullable<DisplayType>
A new instance of type DisplayType.