Microsoft.VisualStudio.Project.BuildPropertyPage.GetClassName C# (CSharp) Method

GetClassName() public method

public GetClassName ( ) : string
return string
        public override string GetClassName()
        {
            return this.GetType().FullName;
        }