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!

ConstructorBuilder.Signature

Retrieves the signature of the field.

[Visual Basic]
Public ReadOnly Property Signature As String
[C#]
public string Signature {get;}
[C++]
public: __property String* get_Signature();
[JScript]
public function get Signature() : String;

Property Value

Returns the signature of the field.

See Also

ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace