ManagementPackFolderItem.AddIdentityString(StringBuilder) Method
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.
Adds a unique identity string to this object.
protected:
override void AddIdentityString(System::Text::StringBuilder ^ builder);
protected override void AddIdentityString (System.Text.StringBuilder builder);
override this.AddIdentityString : System.Text.StringBuilder -> unit
Protected Overrides Sub AddIdentityString (builder As StringBuilder)
Parameters
- builder
- StringBuilder
The destination to add the identity string to.