Get a standard attribute value
        Namespace:
Contracts
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public Shared Function GetStandardProperty( _
ByVal property As String, _
ByVal av As AttributeValue, _
ByRef value As String _
) As Boolean
This language is not supported or no code example is available.
public static bool GetStandardProperty(
string property,
AttributeValue av,
out string value
)
This language is not supported or no code example is available.
public:
static bool GetStandardProperty(
String^ property,
AttributeValue^ av,
String^& value
)
This language is not supported or no code example is available.
Parameters
- property
 - 
		Type: string 
		
 
- av
 - 
		Type: AttributeValue 
		
<default>
 
- value
 - 
		Type: string 
		
<default>