CodeContainer.IsSourceControlled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a CodeContainer has source control properties set.
public:
property bool IsSourceControlled { bool get(); };
public:
property bool IsSourceControlled { bool get(); };
public bool IsSourceControlled { get; }
member this.IsSourceControlled : bool
Public ReadOnly Property IsSourceControlled As Boolean