Edit

Share via


WebPermissionAttribute.ConnectPattern Property

Definition

Gets or sets a regular expression pattern that describes the URI connection controlled by the current WebPermissionAttribute.

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

Property Value

A string containing a regular expression pattern that describes the URI connection controlled by this WebPermissionAttribute.

Exceptions

ConnectPattern 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 regular expression connect string is accepted for use within your class. This property is write-once.

Applies to

See also