SubfieldAccessibleObject.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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaración
Public Overrides ReadOnly Property Help As String
Get
public override string Help { get; }
public:
virtual property String^ Help {
String^ get () override;
}
abstract Help : string
override Help : string
override function get Help () : String
Property Value
Type: System.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.