for GdPicture.NET
XTractFlow.API.LLM.Providers Namespace / AzureOpenAIProvider Class / AzureApiKey Property



In This Topic

    AzureApiKey Property

    In This Topic
    Specifies the Azure OpenAI API key.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AzureApiKey As String
    'Usage
     
    
    Dim instance As AzureOpenAIProvider
    Dim value As String
     
    value = instance.AzureApiKey
    public string AzureApiKey {get;}
    public:
    property String^ AzureApiKey {
       String^ get();
    }
    See Also