OptionSetMetadataBase.OptionSetType Property

 

Applies To: Dynamics CRM 2015

Gets or sets the type of option set.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public Nullable<OptionSetType> OptionSetType { get; set; }
public:
[DataMemberAttribute]
property Nullable<OptionSetType> OptionSetType {
    Nullable<OptionSetType> get();
    void set(Nullable<OptionSetType> value);
}
[<DataMemberAttribute>]
member OptionSetType : Nullable<OptionSetType> with get, set
<DataMemberAttribute>
Public Property OptionSetType As Nullable(Of OptionSetType)

Property Value

Type: System.Nullable<OptionSetType>

Type: Nullable<OptionSetType>
The type of option set.

See Also

OptionSetMetadataBase Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright