ReferenceContext.IncludeDeclaration 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 or sets a value indicating whether declaration should be included.
public:
property bool IncludeDeclaration { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Name="includeDeclaration")]
public bool IncludeDeclaration { get; set; }
[<System.Runtime.Serialization.DataMember(Name="includeDeclaration")>]
member this.IncludeDeclaration : bool with get, set
Public Property IncludeDeclaration As Boolean
Property Value
- Attributes