Property.Value Field
The property value.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Value As String
'Usage
Dim instance As [Property]
Dim value As String
value = instance.Value
instance.Value = value
public string Value
public:
String^ Value
public var Value : String
.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.