SubfieldAccessibleObject.DefaultAction Property

Gets a string that describes the default action of the object. Not all objects have a default action.

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 DefaultAction As String
public override string DefaultAction { get; }
public:
virtual property String^ DefaultAction {
    String^ get () override;
}
abstract DefaultAction : string with get 
override DefaultAction : string with get
override function get DefaultAction () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

SubfieldAccessibleObject Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace