Show / Hide Table of Contents

Interface IRenameableData

Interface for data that can renamed.

Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public interface IRenameableData

Properties

View Source

Name

Gets or sets the name of the data.

Declaration
string Name { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX