ServerPropertyCollection.Find(String) Method

Definition

Searches for the ServerProperty with the specified Name and returns it.

public Microsoft.AnalysisServices.ServerProperty Find (string name);
member this.Find : string -> Microsoft.AnalysisServices.ServerProperty
Public Function Find (name As String) As ServerProperty

Parameters

name
String

The Name of the ServerProperty to find.

Returns

The ServerProperty with the specified Name, if found; otherwise, a null reference (Nothing in Visual Basic).

Applies to