IStereotype.GetPropertyByName Method (String)
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IProperty GetPropertyByName(
string name
)
IProperty^ GetPropertyByName(
String^ name
)
abstract GetPropertyByName :
name:string -> IProperty
Function GetPropertyByName (
name As String
) As IProperty
Parameters
- name
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Uml.Profiles.IProperty
See Also
IStereotype Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top