DiscoveryDocumentReference.DefaultFilename 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.
Gets the name of the default file to use when saving the referenced discovery document.
public:
virtual property System::String ^ DefaultFilename { System::String ^ get(); };
public override string DefaultFilename { get; }
member this.DefaultFilename : string
Public Overrides ReadOnly Property DefaultFilename As String
Property Value
Name of the default file to use when saving the referenced document to a file.
Examples
// Display the name of the default file used for reference.
Console::WriteLine(
myDiscoveryDocumentReference->DefaultFilename );
// Display the name of the default file used for reference.
Console.WriteLine(
myDiscoveryDocumentReference.DefaultFilename.ToString());
' Display the name of the default file used for reference.
Console.WriteLine( _
myDiscoveryDocumentReference.DefaultFilename.ToString())
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.