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.Url

URL of the membership condition.

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

Property Value

URL of the membership condition.

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