PropertyValue.TypeMatch Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property TypeMatch As PropertyTypeMatch
public PropertyTypeMatch TypeMatch { get; private set; }
public:
property PropertyTypeMatch TypeMatch {
PropertyTypeMatch get ();
private: void set (PropertyTypeMatch value);
}
member TypeMatch : PropertyTypeMatch with get, private set
function get TypeMatch () : PropertyTypeMatch
private function set TypeMatch (value : PropertyTypeMatch)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.PropertyTypeMatch
Returns PropertyTypeMatch.
.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.