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!

Style.IsSet

[To be supplied.]

[Visual Basic]
Overridable Public Function IsSet( _
   ByVal propKey As Integer _
) As Boolean
[C#]
public virtual bool IsSet(
   int propKey
);
[C++]
public: virtual bool IsSet(
   int propKey
);
[JScript]
public function IsSet(
   propKey : int
) : Boolean;

Parameters

propKey
[To be supplied.]

See Also

Style Class | Style Members | System.Web.UI.WebControls Namespace