NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodePropertyReferenceExpression.PropertyName

The name of the property to reference.

[Visual Basic]
Public Property PropertyName As String
[C#]
public string PropertyName {get; set;}
[C++]
public: __property String* get_PropertyName();
public: __property void set_PropertyName(String*);
[JScript]
public function get PropertyName() : String;
public function set PropertyName(String);

Property Value

The name of the property to reference.

See Also

CodePropertyReferenceExpression Class | CodePropertyReferenceExpression Members | System.CodeDOM Namespace