Help.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.
Returns the name of the current collection loaded.
public:
property System::String ^ Collection { System::String ^ get(); };
public:
property Platform::String ^ Collection { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(21)]
public string Collection { [System.Runtime.InteropServices.DispId(21)] get; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
member this.Collection : string
Public ReadOnly Property Collection As String
Property Value
Do not use.
- 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.