CodespaceCodeContainer.SerializedAccount 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.
Gets the Microsoft.DeveloperService.Identity.Account that was used to connect to the codespace, serialized as JSON.
public:
property System::String ^ SerializedAccount { System::String ^ get(); };
public string SerializedAccount { get; }
member this.SerializedAccount : string
Public ReadOnly Property SerializedAccount As String