GetOperation.Properties Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property Properties As StreamingCollection(Of PropertyValue)
Get
Set
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public StreamingCollection<PropertyValue> Properties { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
virtual property StreamingCollection<PropertyValue^>^ Properties {
StreamingCollection<PropertyValue^>^ get () sealed;
void set (StreamingCollection<PropertyValue^>^ value) sealed;
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
abstract Properties : StreamingCollection<PropertyValue> with get, set
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
override Properties : StreamingCollection<PropertyValue> with get, set
final function get Properties () : StreamingCollection<PropertyValue>
final function set Properties (value : StreamingCollection<PropertyValue>)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<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.