OptionSetMetadataBase.OptionSetType Property
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.
Gets or sets the type of option set.
public:
property Nullable<Microsoft::Xrm::Sdk::Metadata::OptionSetType> OptionSetType { Nullable<Microsoft::Xrm::Sdk::Metadata::OptionSetType> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::OptionSetType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.OptionSetType? OptionSetType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.OptionSetType : Nullable<Microsoft.Xrm.Sdk.Metadata.OptionSetType> with get, set
Public Property OptionSetType As Nullable(Of OptionSetType)
Property Value
The type of option set.
- Attributes