ItemModel.ContentMetadata Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "contentMetadata", EmitDefaultValue := False)> _
Public Property ContentMetadata As FileContentMetadata
[DataMemberAttribute(Name = "contentMetadata", EmitDefaultValue = false)]
public FileContentMetadata ContentMetadata { get; set; }
[DataMemberAttribute(Name = L"contentMetadata", EmitDefaultValue = false)]
public:
property FileContentMetadata^ ContentMetadata {
FileContentMetadata^ get ();
void set (FileContentMetadata^ value);
}
[<DataMemberAttribute(Name = "contentMetadata", EmitDefaultValue = false)>]
member ContentMetadata : FileContentMetadata with get, set
function get ContentMetadata () : FileContentMetadata
function set ContentMetadata (value : FileContentMetadata)
Property Value
Type: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.FileContentMetadata
.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.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace