IProfile.GetPropertyTypeByName Method

Namespace:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Function GetPropertyTypeByName ( _
    name As String _
) As IPropertyType
IPropertyType GetPropertyTypeByName(
    string name
)
IPropertyType^ GetPropertyTypeByName(
    String^ name
)
abstract GetPropertyTypeByName : 
        name:string -> IPropertyType
function GetPropertyTypeByName(
    name : String
) : IPropertyType

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Profiles.IPropertyType

.NET Framework Security

See Also

Reference

IProfile Interface

Microsoft.VisualStudio.Uml.Profiles Namespace