ShapeField.DefaultAccessibleDescription Property

Gets or sets the default accessible description.

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 Property DefaultAccessibleDescription As String
public string DefaultAccessibleDescription { get; set; }
public:
property String^ DefaultAccessibleDescription {
    String^ get ();
    void set (String^ value);
}
member DefaultAccessibleDescription : string with get, set
function get DefaultAccessibleDescription () : String 
function set DefaultAccessibleDescription (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace