ClrAssemblyFile.Data Property
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 the Data associated with a ClrAssemblyFile.
[System.ComponentModel.Browsable(false)]
public System.Collections.Specialized.StringCollection Data { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Data : System.Collections.Specialized.StringCollection
Public ReadOnly Property Data As StringCollection
Property Value
The block of data.
- Attributes