DExploreAppObjClass.Collection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Use Collection instead.
public:
virtual property System::String ^ Collection { System::String ^ get(); };
public:
virtual property Platform::String ^ Collection { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(21)]
public virtual string Collection { [System.Runtime.InteropServices.DispId(21)] get; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
member this.Collection : string
Public Overridable ReadOnly Property Collection As String
Property Value
Do not use.
Implements
- Attributes
Remarks
This property is deprecated. See Collection for information about the current implementation.
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.