Get a domain specific string value
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public Function GetDomainStringValue( _
ByVal context As AttributeSearchContext, _
ByVal name As String _
) As String
This language is not supported or no code example is available.
public string GetDomainStringValue(
AttributeSearchContext context,
string name
)
This language is not supported or no code example is available.
public:
String^ GetDomainStringValue(
AttributeSearchContext context,
String^ name
)
This language is not supported or no code example is available.
Parameters
- context
 - 
		Type: AttributeSearchContext 
		
the search / attribute context
 
- name
 - 
		Type: string 
		
the name of the variable
 
Return Value
Type: stringthe found string