Indicates if the line is static or dynamic
Read-write property
[Visual Basic .NET] |
---|
Public Property Static() As Boolean |
[C#] |
---|
public bool Static {get; set;} |
[Managed C++] |
---|
public: __property bool get_Static(); |
[Unmanaged C++] |
---|
public: HRESULT get_Static( VARIANT_BOOL * pStatic ); public: HRESULT put_Static( VARIANT_BOOL Static ); |
[Java] |
---|
public bool getStatic(); public void setStatic( bool ); |