CommandLineArguments.KeyFileSearchPaths 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.
Sequence of absolute paths used to search for key files.
public:
property System::Collections::Immutable::ImmutableArray<System::String ^> KeyFileSearchPaths { System::Collections::Immutable::ImmutableArray<System::String ^> get(); };
public System.Collections.Immutable.ImmutableArray<string> KeyFileSearchPaths { get; }
member this.KeyFileSearchPaths : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property KeyFileSearchPaths As ImmutableArray(Of String)