OptionMetadata.IsManaged 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 whether the option is part of a managed solution.
public:
property Nullable<bool> IsManaged { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsManaged { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsManaged : Nullable<bool>
Public ReadOnly Property IsManaged As Nullable(Of Boolean)
Property Value
true
if the option is part of a managed solution; otherwise, false
- Attributes