ApplicationClass.IsCheckedOut[String] Property

Definition

public:
 virtual property bool IsCheckedOut[System::String ^] { bool get(System::String ^ ProjectName); };
public virtual bool IsCheckedOut[string ProjectName] { get; }
member this.IsCheckedOut(string) : bool
Public Overridable ReadOnly Property IsCheckedOut(ProjectName As String) As Boolean

Parameters

ProjectName
String

Property Value

Implements

Applies to