SharingBoundaryAttribute(String[]) Constructor

Definition

Initializes a new instance of the SharingBoundaryAttribute class for the specified boundary names.

public:
 SharingBoundaryAttribute(... cli::array <System::String ^> ^ sharingBoundaryNames);
public SharingBoundaryAttribute (params string[] sharingBoundaryNames);
new System.Composition.SharingBoundaryAttribute : string[] -> System.Composition.SharingBoundaryAttribute
Public Sub New (ParamArray sharingBoundaryNames As String())

Parameters

sharingBoundaryNames
String[]

The boundary names to create.

Applies to