Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Try get a property value with the view namespace.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.String- Name 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.