TeamPropertiesView.TryGetViewProperty Method
Try get a property value with the view namespace.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function TryGetViewProperty ( _
propertyName As String, _
<OutAttribute> ByRef propertyValue As Object _
) As Boolean
public bool TryGetViewProperty(
string propertyName,
out Object propertyValue
)
public:
bool TryGetViewProperty(
String^ propertyName,
[OutAttribute] Object^% propertyValue
)
member TryGetViewProperty :
propertyName:string *
propertyValue:Object byref -> bool
public function TryGetViewProperty(
propertyName : String,
propertyValue : Object
) : boolean
Parameters
propertyName
Type: System.StringName of the property.
- propertyValue
Type: System.Object%
Return Value
Type: System.Boolean
Property value.
.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.