IOperation::Signature Property

 

Gets a string representing the visibility, name, parameters, and return type of the Operation. For example: +Cook(p1:Heat):Food

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

property String^ Signature {
	String^ get();
}

Property Value

Type: System::String^

Return to top
Show: