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



In This Topic

    ResourceName Property

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