Interface IRenameableData
Interface for data that can renamed.
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public interface IRenameableData
Properties
View SourceName
Gets or sets the name of the data.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |