ExtensionServiceCreator.CreationLog 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.
Log of errors and updates thus far in the create operation of the new extension service classes
public:
property System::String ^ CreationLog { System::String ^ get(); };
public string CreationLog { get; }
member this.CreationLog : string
Public ReadOnly Property CreationLog As String