AttributeMetadata.IsManaged Property

Definition

Gets whether the attribute 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 attribute is part of a managed solution; otherwise, false.

Attributes

Applies to