TeamFoundationIdentity.PropertiesSet Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property PropertiesSet As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Private)]
public StreamingCollection<PropertyValue> PropertiesSet { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property StreamingCollection<PropertyValue^>^ PropertiesSet {
StreamingCollection<PropertyValue^>^ get ();
void set (StreamingCollection<PropertyValue^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member PropertiesSet : StreamingCollection<PropertyValue> with get, set
function get PropertiesSet () : StreamingCollection<PropertyValue>
function set PropertiesSet (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.