This topic has not yet been rated - Rate this topic

AttributePermissionCollection.Contains Method (String)

Indicates whether the collection contains an AttributePermission with the specified identifier.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public bool Contains(
	string attributeId
)

Parameters

attributeId
Type: System.String

Return Value

Type: System.Boolean
true if the AttributePermission is contained in the collection; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.