Allow a strand to contain an object more than once.
Read-write property
[Visual Basic .NET] |
---|
Public Property AllowDupObjsInStrands() As Boolean |
[C#] |
---|
public bool AllowDupObjsInStrands {get; set;} |
[Managed C++] |
---|
public: __property bool get_AllowDupObjsInStrands(); |
[Unmanaged C++] |
---|
public: HRESULT get_AllowDupObjsInStrands( VARIANT_BOOL * pVal ); public: HRESULT put_AllowDupObjsInStrands( VARIANT_BOOL AllowDupObjsInStrands ); |
[Java] |
---|
public bool getAllowDupObjsInStrands(); public void setAllowDupObjsInStrands( bool ); |