DependentOptionSetMetadata.TrueOption Property
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 true option metadata for a boolean option set.
public:
property Microsoft::Crm::Sdk::Messages::DependentOptionMetadata ^ TrueOption { Microsoft::Crm::Sdk::Messages::DependentOptionMetadata ^ get(); void set(Microsoft::Crm::Sdk::Messages::DependentOptionMetadata ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.DependentOptionMetadata TrueOption { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TrueOption : Microsoft.Crm.Sdk.Messages.DependentOptionMetadata with get, set
Public Property TrueOption As DependentOptionMetadata
- Attributes