ItemProperties.Properties Property
The properties associated with the path.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Properties As PropertyValue()
public PropertyValue[] Properties { get; set; }
public:
property array<PropertyValue^>^ Properties {
array<PropertyValue^>^ get ();
void set (array<PropertyValue^>^ value);
}
member Properties : PropertyValue[] with get, set
function get Properties () : PropertyValue[]
function set Properties (value : PropertyValue[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Client.PropertyValue[]
Returns PropertyValue.
.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.