Repository<T>(String) Constructor
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.
Internal constructor.
protected:
Repository(System::String ^ identifier);
protected:
Repository(Platform::String ^ identifier);
Repository(std::wstring const & identifier);
protected Repository (string identifier);
new System.Management.Automation.Repository<'T (requires 'T : null)> : string -> System.Management.Automation.Repository<'T (requires 'T : null)>
Protected Sub New (identifier As String)
Parameters
- identifier
- String