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!

MemberDescriptor.GetDesignTimeOnly

Determines whether this member should be set only at design time as specified in the DesignOnlyAttribute.

[Visual Basic]
Overridable Public Function GetDesignTimeOnly() As Boolean
[C#]
public virtual bool GetDesignTimeOnly();
[C++]
public: virtual bool GetDesignTimeOnly();
[JScript]
public function GetDesignTimeOnly() : Boolean;

Return Value

true if this member should be set only at design time; false if the member can be set during run time.

Remarks

If there is no DesignOnlyAttribute, the return value is the default, which is false.

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | GetDisplayName