Edit

Share via


WebPermissionAttribute.Connect Property

Definition

Gets or sets the URI connection string controlled by the current WebPermissionAttribute.

public:
 property System::String ^ Connect { System::String ^ get(); void set(System::String ^ value); };
public string Connect { get; set; }
member this.Connect : string with get, set
Public Property Connect As String

Property Value

A string containing the URI connection controlled by the current WebPermissionAttribute.

Exceptions

Connect is not null when you attempt to set the value. If you wish to specify more than one Connect URI, use an additional attribute declaration statement.

Remarks

When applying WebPermissionAttribute to your class, this property specifies what URI connection is accepted for use within your class. This property is write-once.

Applies to

See also