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 list of properties associated with this object.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property PropertyValues As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public StreamingCollection<PropertyValue> PropertyValues { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property StreamingCollection<PropertyValue^>^ PropertyValues {
StreamingCollection<PropertyValue^>^ get ();
void set (StreamingCollection<PropertyValue^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member PropertyValues : StreamingCollection<PropertyValue> with get, set
function get PropertyValues () : StreamingCollection<PropertyValue>
function set PropertyValues (value : StreamingCollection<PropertyValue>)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Returns StreamingCollection<T>.
.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.