IStereotype.GetPropertyByName Method
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Function GetPropertyByName ( _
name As String _
) As IProperty
IProperty GetPropertyByName(
string name
)
IProperty^ GetPropertyByName(
String^ name
)
abstract GetPropertyByName :
name:string -> IProperty
function GetPropertyByName(
name : String
) : IProperty
Parameters
- name
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Uml.Profiles.IProperty
.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.