AttributeRelationshipCollection.GetNewName(String) 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.
Gets a name for a new AttributeRelationship element to be added to the AttributeRelationshipCollection.
public string GetNewName (string namePrefix);
member this.GetNewName : string -> string
Public Function GetNewName (namePrefix As String) As String
Parameters
- namePrefix
- String
A String with the prefix of the name.
Returns
A unique name that can be used for a new element in the collection.