FileContentMetadata.IsImage Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "isImage", EmitDefaultValue := False)> _
Public Property IsImage As Boolean
[DataMemberAttribute(Name = "isImage", EmitDefaultValue = false)]
public bool IsImage { get; set; }
[DataMemberAttribute(Name = L"isImage", EmitDefaultValue = false)]
public:
property bool IsImage {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isImage", EmitDefaultValue = false)>]
member IsImage : bool with get, set
function get IsImage () : boolean
function set IsImage (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.