LocalizedLabel.IsManaged Property

Definition

Gets or sets whether the label is managed.

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 label is managed; otherwise, false.

Attributes

Applies to