_Application.NetworkTemplatesPath 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 network path where templates are stored. If the network path doesn’t exist, this property returns an empty string.
public:
property System::String ^ NetworkTemplatesPath { System::String ^ get(); };
public string NetworkTemplatesPath { get; }
Public ReadOnly Property NetworkTemplatesPath As String