AttributePermissionCollection.Find(String) Method

Definition

Gets the AttributePermission that has the specified AttributeID from the collection.

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

Parameters

attributeId
String

The AttributeID of the AttributePermission to locate.

Returns

The AttributePermission with the specified AttributeID, if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Applies to