Allow strands with no access intervals to included in reports.
Read-write property
[Visual Basic .NET] |
---|
Public Property KeepEmptyStrands() As Boolean |
[C#] |
---|
public bool KeepEmptyStrands {get; set;} |
[Managed C++] |
---|
public: __property bool get_KeepEmptyStrands(); |
[Unmanaged C++] |
---|
public: HRESULT get_KeepEmptyStrands( VARIANT_BOOL * pVal ); public: HRESULT put_KeepEmptyStrands( VARIANT_BOOL KeepEmptyStrands ); |
[Java] |
---|
public bool getKeepEmptyStrands(); public void setKeepEmptyStrands( bool ); |