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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.