Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The properties to pend changes for.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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.Server.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.