Site::Name Property

 

Gets the website from which the code assembly originates.

Namespace:   System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the website from which the code assembly originates.

.NET Framework
Available since 1.1
Return to top
Show: