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!

Site Constructor (Byte[], String)

NOTE: this constructor is obsolete

Initializes an instance of the Site class.

Application code should use the other form of constructor: Site(String name).

[Visual Basic]
Overloads Public Sub New( _
   ByVal id() As Byte, _
   ByVal name As String _
)
[C#]
public Site(
   byte[] id,
   string name
);
[C++]
public: Site(
   unsigned char* id[],
   String* name
);
[JScript]
public function Site(
   id : Byte[],
   name : String
);

Parameters

id
[To be supplied.]
name
web site of origin for the associated code assembly

Remarks

For details about security ID, see the Internet SDK:

See Also

Site Class | Site Members | System.Security.Policy Namespace | Site Constructor Overload List