AttributeMetadata.IsRetrievable Property
Definition
Gets whether the data in the attribute can be retrieved.
public:
property Nullable<bool> IsRetrievable { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsRetrievable { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsRetrievable : Nullable<bool>
Public ReadOnly Property IsRetrievable As Nullable(Of Boolean)
Property Value
- Attributes