GraphObject.HasValue Method (String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Find out whether the object has a value for the specified property.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function HasValue ( _
propertyId As String _
) As Boolean
public bool HasValue(
string propertyId
)
public:
bool HasValue(
String^ propertyId
)
member HasValue :
propertyId:string -> bool
public function HasValue(
propertyId : String
) : boolean
Parameters
propertyId
Type: System.StringProperty name.
Return Value
Type: System.Boolean
True if the object has a value for the given property.
.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.