Microsoft.ManagementConsole.PropertyPageCollection.IndexOf C# (CSharp) Method

IndexOf() public method

public IndexOf ( PropertyPage propertyPage ) : int
propertyPage PropertyPage
return int
        public int IndexOf(PropertyPage propertyPage)
        {
            return base.List.IndexOf(propertyPage);
        }