Miner.Mobile.Common.Utilities Namespace > CodedValueUtilities Class > GetCodedValueDomainItem Method : GetCodedValueDomainItem(String,Object) Method |
'Declaration
Public Overloads Shared Function GetCodedValueDomainItem( _ ByVal domainName As System.String, _ ByVal code As System.Object _ ) As CodedValueDomainItem
'Usage
Dim domainName As System.String Dim code As System.Object Dim value As CodedValueDomainItem value = CodedValueUtilities.GetCodedValueDomainItem(domainName, code)
public static CodedValueDomainItem GetCodedValueDomainItem( System.string domainName, System.object code )
public function GetCodedValueDomainItem( domainName: System.String; code: System.TObject ): CodedValueDomainItem; static;
public static function GetCodedValueDomainItem( domainName : System.String, code : System.Object ) : CodedValueDomainItem;
public: static CodedValueDomainItem* GetCodedValueDomainItem( System.string* domainName, System.Object* code )
public: static CodedValueDomainItem^ GetCodedValueDomainItem( System.String^ domainName, System.Object^ code )
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