Share via


FileContainerItem.ItemLocation Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FileContainerItem Class

Microsoft.VisualStudio.Services.FileContainer Namespace