Miner.Responder.Shared Namespace > ResponderExporterBase Class : GetDomainValue Method |
'Declaration
Protected MustOverride Function GetDomainValue( _ ByVal domainName As System.String, _ ByVal domainCode As System.String _ ) As System.String
'Usage
Dim instance As ResponderExporterBase Dim domainName As System.String Dim domainCode As System.String Dim value As System.String value = instance.GetDomainValue(domainName, domainCode)
protected abstract System.string GetDomainValue( System.string domainName, System.string domainCode )
protected function GetDomainValue( domainName: System.String; domainCode: System.String ): System.String; abstract;
protected __abstract function GetDomainValue( domainName : System.String, domainCode : System.String ) : System.String;
protected: abstract System.string* GetDomainValue( System.string* domainName, System.string* domainCode )
protected: abstract System.String^ GetDomainValue( System.String^ domainName, System.String^ domainCode )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2