SchemaNameCollection.Add(String) Method

Definition

Appends a specified schema name to this collection.

public:
 int Add(System::String ^ value);
public int Add (string value);
public int Add (string? value);
member this.Add : string -> int
Public Function Add (value As String) As Integer

Parameters

value
String

The schema name to add to this collection.

Returns

The zero-based index of the specified property value. If the object is not found, the return value is -1.

Applies to