GraphCondition.Compiled Property
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property Compiled As Func
Get
Set
public Func Compiled { get; set; }
public:
property Func^ Compiled {
Func^ get ();
void set (Func^ value);
}
member Compiled : Func with get, set
function get Compiled () : Func
function set Compiled (value : Func)
Property Value
Type: System.Func<T, TResult>
.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.