Click or drag to resize

AliasGetProperty Method

Get the property of the aliased type with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public PropertyRef GetProperty(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: PropertyRef

Implements

ITypeDeclGetProperty(String)
See Also