StandardProperty.GetStandardProperty Method

Get a standard attribute value
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
string

av
AttributeValue

<default>

value
string

<default>

Return Value

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

In this article

Definition