PropertiesCollection.ContainsValue Method
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function ContainsValue ( _
value As Object _
) As Boolean
public bool ContainsValue(
Object value
)
public:
bool ContainsValue(
Object^ value
)
member ContainsValue :
value:Object -> bool
public function ContainsValue(
value : Object
) : boolean
Parameters
- value
Type: System.Object
Return Value
Type: System.Boolean
.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.