Share via


FileContainerItem.Path Property

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property Path As String
[DataMemberAttribute(IsRequired = true)]
public string Path { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property String^ Path {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Path : string with get, set
function get Path () : String 
function set Path (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FileContainerItem Class

Microsoft.VisualStudio.Services.FileContainer Namespace