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.
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: StringProperty name.
Return Value
Type: 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.