DiagramFixupConstants.LoopMax Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Shared Property LoopMax As Integer
'Usage
Dim value As Integer
value = DiagramFixupConstants.LoopMax
DiagramFixupConstants.LoopMax = value
public static int LoopMax { get; set; }
public:
static property int LoopMax {
int get ();
void set (int value);
}
public static function get LoopMax () : int
public static function set LoopMax (value : int)
Property Value
Type: System.Int32
.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.