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