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

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.PropertyDefinition

.NET Framework Security

See Also

Reference

TeamFoundationPropertyService Class

Microsoft.TeamFoundation.Framework.Server Namespace