API Reference
Class
VisioInspectionShapeDataSnapshot
Snapshot of a Shape Data row.
Inheritance
- Object
- VisioInspectionShapeDataSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Shape Data row name.
public String Label { get; } #Shape Data display label.
public String Value { get; } #Shape Data value.
public String Type { get; } #Shape Data type.
public String Format { get; } #Shape Data format string.
public String Prompt { get; } #Shape Data prompt.