Share via


ItemDetailsOptions.IncludeContentMetadata Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IncludeContentMetadata As Boolean
[DataMemberAttribute]
public bool IncludeContentMetadata { get; set; }
[DataMemberAttribute]
public:
property bool IncludeContentMetadata {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IncludeContentMetadata : bool with get, set
function get IncludeContentMetadata () : boolean 
function set IncludeContentMetadata (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ItemDetailsOptions Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace