LineSegmentAccessibleObject.Help Property
Gets a description of what the object does or how the object is used.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Help As String
public override string Help { get; }
public:
virtual property String^ Help {
String^ get () override;
}
abstract Help : string with get
override Help : string with get
override function get Help () : String
Property Value
Type: String
.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.