DependentOptionSetMetadata.Options 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 collection of option metadata associated with the option set.
public:
property Microsoft::Crm::Sdk::Messages::DependentOptionMetadataCollection ^ Options { Microsoft::Crm::Sdk::Messages::DependentOptionMetadataCollection ^ get(); void set(Microsoft::Crm::Sdk::Messages::DependentOptionMetadataCollection ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection Options { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Options : Microsoft.Crm.Sdk.Messages.DependentOptionMetadataCollection with get, set
Public Property Options As DependentOptionMetadataCollection
Property Value
- Attributes