GraphConditionalStyle.GroupLabel Property
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property GroupLabel As String
Get
Set
public string GroupLabel { get; set; }
public:
property String^ GroupLabel {
String^ get ();
void set (String^ value);
}
member GroupLabel : string with get, set
function get GroupLabel () : String
function set GroupLabel (value : 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.