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!

SiteMembershipCondition.Site

Site the code assembly originates from to satisfy the membership condition.

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

Property Value

Site the code assembly originates from to satisfy the membership condition.

See Also

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