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