Share via


FileContentMetadata.FileName Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
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

See Also

Reference

FileContentMetadata Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace