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!

URLMembershipCondition Constructor

Create an instance of the URL membership condition.

[Visual Basic]
Public Sub New( _
   ByVal url As String _
)
[C#]
public URLMembershipCondition(
   string url
);
[C++]
public: URLMembershipCondition(
   String* url
);
[JScript]
public function URLMembershipCondition(
   url : String
);

Parameters

url
the URL or URL pattern to match against to test membership

Remarks

Use a '*' at the end of an URL to denote the set of URLs that match up to the '*'.

See Also

URLMembershipCondition Class | URLMembershipCondition Members | System.Security.Policy Namespace