Get a standard attribute value

Namespace: Contracts
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.
public static function GetStandardProperty( 
property : String
av : AttributeValue
value : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

property
Type: string

av
Type: AttributeValue

<default>

value
Type: string

<default>

Return Value

Type: bool

.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