C# Class JDP.Remediation.Console.GenerateColumnAndTypeUsageReport.SiteColumnSpec

显示文件 Open project: OfficeDev/PnP-Transformation

Public Properties

Property Type Description
Id System.Guid
Name string

Public Methods

Method Description
SiteColumnSpec ( string id, string name ) : System

Method Details

SiteColumnSpec() public method

public SiteColumnSpec ( string id, string name ) : System
id string
name string
return System

Property Details

Id public_oe property

public Guid,System Id
return System.Guid

Name public_oe property

public string Name
return string