Get a domain specific string value

Namespace: Contracts.Data
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.
public function GetDomainStringValue( 
context : AttributeSearchContext
name : String 
) : String;
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: string

the found string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1