TeamFoundationPropertyService.CreatePropertyDefinition Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function CreatePropertyDefinition ( _
requestContext As TeamFoundationRequestContext, _
propertyName As String, _
typeId As Integer _
) As PropertyDefinition
public PropertyDefinition CreatePropertyDefinition(
TeamFoundationRequestContext requestContext,
string propertyName,
int typeId
)
public:
PropertyDefinition^ CreatePropertyDefinition(
TeamFoundationRequestContext^ requestContext,
String^ propertyName,
int typeId
)
member CreatePropertyDefinition :
requestContext:TeamFoundationRequestContext *
propertyName:string *
typeId:int -> PropertyDefinition
public function CreatePropertyDefinition(
requestContext : TeamFoundationRequestContext,
propertyName : String,
typeId : int
) : PropertyDefinition
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- propertyName
Type: System.String
- typeId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.PropertyDefinition
.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.