Url::Value Property

 

Gets the URL from which the code assembly originates.

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

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

Property Value

Type: System::String^

The URL from which the code assembly originates.

.NET Framework
Available since 1.1
Return to top
Show: