DimensionKey.Contains(String) Method

Definition

Determines whether this dimension key contains a dimension with the specified name.

public bool Contains (string dimensionName);
member this.Contains : string -> bool
Public Function Contains (dimensionName As String) As Boolean

Parameters

dimensionName
String

The name of the dimension to locate in this key.

Returns

true if this dimension key contains a dimension with the specified name. Otherwise, false.

Exceptions

dimensionName is null.

dimensionName is empty.

Applies to